xend, pci passthru: Relax the requirement of co-assignment.
authorKeir Fraser <keir.fraser@citrix.com>
Mon, 28 Jul 2008 10:28:45 +0000 (11:28 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Mon, 28 Jul 2008 10:28:45 +0000 (11:28 +0100)
commit3c456fd6282f0fd9fe182b7fdf9eca2a6032c8d2
tree4f95c08b865e636a45473fb80300009c61af0c77
parenta7d269709247be0e0e6b29bcacf0e2b7efc5206d
xend, pci passthru: Relax the requirement of co-assignment.

Certain PCI or PCIe devices needs to be co-assigned. Currently we
require all the related devices be assigned to the same guest. This
can be relaxed to: part of them can be assgined to the same guest, and
after that, the left ones can't be assigned.

Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
tools/python/xen/util/pci.py
tools/python/xen/xend/server/pciif.py